home *** CD-ROM | disk | FTP | other *** search
- {
- "Name" = "Transmit suite";
- "Description" = "Transmit specific functionality";
- "Classes" =
- {
- "TransmitApp" = //"NSApplication" =
- {
- "Name" = "application";
- "PluralName" = "applications";
- "Description" = "Transmit's top level scripting object";
- "Attributes" =
- {
- "suppressAppleScriptAlerts" =
- {
- "Name" = "suppress AppleScript alerts";
- "Description" = "Set whether Transmit displays errors during AppleScript execution (on by default).";
- };
- };
- };
-
- "FTPDocument" =
- {
- "Name" = "document";
- "PluralName" = "documents";
- "Description" = "An FTP document.";
- "Attributes" =
- {
- "yourStuffPath" =
- {
- "Name" = "your stuff";
- "Description" = "The current path of your stuff.";
- };
- "theirStuffPath" =
- {
- "Name" = "their stuff";
- "Description" = "The current path of their stuff.";
- };
- };
- };
- };
-
-
- "Commands" =
- {
- "GetURL" =
- {
- "Name" = "get URL";
- "Description" = "Open a URL";
- };
-
- "OpenURL" =
- {
- "Name" = "open URL";
- "Description" = "Open a URL (Internet Explorer form)";
- };
-
- "Connect" = {
- "Arguments" = {
- "Server" = {
- "Name" = "to";
- "Description" = "The server address to connect to.";
- };
- "UserName" = {
- "Name" = "as user";
- "Description" = "The user name to use when connecting.";
- };
- "Password" = {
- "Name" = "with password";
- "Description" = "The password to use when connecting.";
- };
- "InitialPath" = {
- "Name" = "with initial path";
- "Description" = "The initial path to change to after connection is made.";
- };
- "Port" = {
- "Name" = "using port";
- "Description" = "The network port to use when connecting.";
- };
- "ConnectionTypes" = {
- "Name" = "with connection type";
- "Description" = "The connection type to use when connecting.";
- };
- };
- "Description" = "Connect to a specified server.";
- "Name" = "connect";
- };
-
- "Disconnect" = {
- "Description" = "Disconnects from server";
- "Name" = "disconnect";
- };
-
- "Download" = {
- "Arguments" = {
- "File" = {
- "Name" = "item";
- "Description" = "The path of the file/folder you want to download.";
- };
- };
- "Description" = "Download a file or folder";
- "Name" = "download";
- };
-
- "Upload" = {
- "Arguments" = {
- "File" = {
- "Name" = "item";
- "Description" = "The path of the file/folder you want to upload.";
- };
- };
- "Description" = "Upload a file or folder";
- "Name" = "upload";
- };
-
- "DeleteFile" = {
- "Arguments" = {
- "File" = {
- "Name" = "item";
- "Description" = "The path of the file/folder you want to delete.";
- };
- };
- "Description" = "Deletes a file or folder on an FTP server";
- "Name" = "delete remote";
- };
-
- "SetTheirStuff" = {
- "Arguments" = {
- "Path" = {
- "Name" = "to";
- "Description" = "The remote path to display in Their Stuff.";
- };
- };
- "Description" = "Change remote path";
- "Name" = "set their stuff";
- };
-
- "SetYourStuff" = {
- "Arguments" = {
- "Path" = {
- "Name" = "to";
- "Description" = "The local path to display in Your Stuff.";
- };
- };
- "Description" = "Change local path";
- "Name" = "set your stuff";
- };
-
- "Synchronize" = {
- "Arguments" = {
- "SyncMethods" = {
- "Name" = "method";
- "Description" = "The synchronization method used for updating.";
- };
- "SyncDirections" = {
- "Name" = "direction";
- "Description" = "The synchronization direction used for updating.";
- };
- };
- "Description" = "Updates file located on the destination, with files located on the source.";
- "Name" = "synchronize";
- };
- };
-
-
- "Enumerations" =
- {
- "ConnectionTypes"= {
- "FTP " = {
- "Description" = "Connect to server using standard FTP";
- "Name" = "FTP";
- };
- "SFTP" = {
- "Description" = "Connect to server using secure FTP (SFTP)";
- "Name" = "SFTP";
- };
- };
-
- "SyncDirections"= {
- "UploadDir" = {
- "Description" = "Synchronize Their Stuff to Your Stuff.";
- "Name" = "upload files";
- };
- "DownloadDir" = {
- "Description" = "Synchronize Your Stuff to Their Stuff.";
- "Name" = "download files";
- };
- };
-
- "SyncMethods"= {
- "Update" = {
- "Description" = "Copy newer files from source to destination.";
- "Name" = "update";
- };
- "Mirror" = {
- "Description" = "Copy newer files from source to destination, deleting any destination files not at the source.";
- "Name" = "mirror";
- };
- };
- };
- }
-